home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 326-350 / disk_333 / multiplot / source / mplot_src / plotlim.h < prev    next >
Text File  |  1992-05-06  |  236b  |  15 lines

  1. /* plotlim.h */
  2. #define MaxHORIZ 640
  3. #define MaxVERT 512
  4. #define RMARGIN 2
  5.  
  6. #define MAXTICS 20
  7. #define NTICS_DEFAULT 6
  8. #define X_TIC_SIZE 6
  9. #define Y_TIC_SIZE 8
  10. #define ERR_DELIM 3
  11. #define PLOTCOLORBASE 4
  12. #define DEFAULT_POINT_SIZE 6
  13.  
  14.  
  15.